fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.37.0 #1292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.36.0
->1.37.0
Release Notes
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)
v1.37.0
Compare Source
NOTICE: This release contains a significant restructuring of the experimental event API and the API incubator artifact. Please read the notes in the
API -> Incubator
section carefully.API
Span#addLink
to stable API(#6317)
Incubator
opentelemetry-extension-incubator
toopentelemetry-api-incubator
,merge
opentelemetry-api-events
intoopentelemetry-api-incubator
.(#6289)
EventEmitterProvider#setEventDomain
has been removed.The
event.name
field should now be namespaced to avoid collisions.See Semantic Conventions for Event Attributes
for more details.
(#6253)
EventEmitter
and related classes toEventLogger
.(#6316)
the
AnyValue
log record body. Add setters for timestamp, context, and severity. Set defaultseverity to
INFO=9
.(#6318)
SDK
get{Signal}Exporter
methods toSimple{Signal}Processor
,Batch{Signal}Processor
.(#6078)
Metrics
(#6309)
Exporters
(#6311)
PrometheusHttpServer#toBuilder()
(#6333)
getPrometheusName
for Otel2PrometheusConverter map keys to avoid metric nameconflicts
(#6308)
Extensions
support via env var
OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA
.(#6304)
(#6027)
(#6307)
ServiceInstanceIdResourceProvider
implementation for generatingservice.instance.id
UUIDif not already provided by user. Included in
opentelemetry-sdk-extension-incubator
.(#6226)
(#6336)
Tooling
(#6303)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.